Papers with translation accuracy

59 papers
MiSS: An Assistant for Multi-Style Simultaneous Translation (2021.emnlp-demo)

Copied to clipboard

Challenge: MiSS is a multi-style simultaneous translation assistant . it has five key features: high translation accuracy, simultaneous translation, flexibility, and measurable translation quality.
Approach: They propose an assistant system for multi-style simultaneous translation that provides a complete translation experience for machine translation users.
Outcome: The proposed system improves translation efficiency and performance by combining machine translation, grammatical error correction, and interactive edits.
Infusing Sequential Information into Conditional Masked Translation Model with Self-Review Mechanism (2020.coling-main)

Copied to clipboard

Challenge: Existing non-autoregressive models generate target words in parallel, but with a large latency due to the left-to-right dependency.
Approach: They propose to train a conditional masked translation model and refine results within several iterations to remedy a flawed translation by non-autoregressive models.
Outcome: The proposed model outperforms state-of-the-art models by over 1 BLEU while using less training computations.
Data augmentation using back-translation for context-aware neural machine translation (D19-65)

Copied to clipboard

Challenge: A single sentence does not always convey information that is enough to translate it into other languages.
Approach: They obtain large-scale pseudo parallel corpora by back-translating monolingual data and examine their impact on translation accuracy.
Outcome: The large-scale pseudo parallel corpora obtained by back-translating monolingual data showed that the model trained with small parallel corporeals and large-sized pseudo parallels improved translation accuracy.
Zero-shot North Korean to English Neural Machine Translation by Character Tokenization and Phoneme Decomposition (2020.acl-srw)

Copied to clipboard

Challenge: a limited number of North Korean to English translation models have been developed . a zero-shot approach is proposed to train a neural machine translation model using South Korean data .
Approach: They propose a method to tokenize South Korean input sentences and decompose them into phonemes.
Outcome: The proposed method improves the BLEU scores by +1.01 points compared with the baseline . the proposed method can learn North Korean to English translation and improve the linguistic accuracy.
Machine Translation of Restaurant Reviews: New Corpus for Domain Adaptation and Robustness (D19-56)

Copied to clipboard

Challenge: BLEU: MT is a very robust and efficient way to translate user-generated content.
Approach: They propose a task to encourage research on MT robustness and domain adaptation . they ask professionals to translate 11.5k french 4SQ reviews to English .
Outcome: The proposed task improves on the existing MT systems in a real-world scenario . the proposed methods improve translation accuracy and sentiment analysis .
Sentence Concatenation Approach to Data Augmentation for Neural Machine Translation (2021.naacl-srw)

Copied to clipboard

Challenge: Neural machine translation is known to show poor performance at long sentence translations . however, when the sentence length exceeds a certain value, the quality of NMT becomes inferior to that of statistical machine translation.
Approach: They propose a method that uses given parallel corpora as train data to generate long sentences by concatenating two sentences at random.
Outcome: The proposed method improves translation quality more when combined with back-translation.
On the Importance of Word Boundaries in Character-level Neural Machine Translation (D19-56)

Copied to clipboard

Challenge: Neural Machine Translation models typically use a fixed-size lexical vocabulary . subword segmentation methods rely on statistical heuristics that lack any linguistic notion .
Approach: They propose a hierarchical decoding architecture for character-level NMT using subwords . they propose fewer parameters and a more efficient approach to perform translation at the level of words .
Outcome: The proposed model can reach higher translation accuracy than the subword-level model with fewer parameters while maintaining longer-distance contextual and grammatical dependencies.
Multi-split Reversible Transformers Can Enhance Neural Machine Translation (2021.eacl-main)

Copied to clipboard

Challenge: Large-scale transformers have been shown to improve neural machine translation performance but training these wider and deeper networks could be extremely memory intensive.
Approach: They propose a multi-split based reversible transformer and a backpropagation algorithm that does not need to store activations for most layers.
Outcome: The proposed model outperforms the vanilla transformer by at least 1.4 BLEU points in three datasets.
Our Neural Machine Translation Systems for WAT 2019 (D19-52)

Copied to clipboard

Challenge: In the last five years, statistical machine translation is gradually fading out in favor of neural machine translation.
Approach: They describe a novel Neural Machine Translation (NMT) system for the WAT 2019 translation tasks they focus on.
Outcome: The proposed system improves translation accuracy while replacing absolute position representations with relative positions.
Translating Movie Subtitles by Large Language Models using Movie-meta Information (2025.acl-srw)

Copied to clipboard

Challenge: Large language models (LLMs) have advanced natural language processing by understanding, generating, and manipulating texts.
Approach: They propose to use movie subtitle prompts to improve translation accuracy by incorporating movie meta-information into the models.
Outcome: The proposed prompts improve translation accuracy and reduce computational effort.
Attention over Heads: A Multi-Hop Attention for Neural Machine Translation (P19-2)

Copied to clipboard

Challenge: Existing multihop attentions for machine comprehension are recurrent and hierarchical . a proposed multi-hop attention for the Transformer refines the attention for an output symbol many times .
Approach: They propose a multi-hop attention for the Transformer which integrates attentions from each head.
Outcome: The proposed model outperforms the baseline Transformer in terms of translation accuracy and speed.
CRPO: Confidence-Reward Driven Preference Optimization for Machine Translation (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have shown great potential in natural language processing tasks, but their application to machine translation remains challenging due to pretraining on predominantly English-centric datasets.
Approach: They propose a method that combines reward scores with model confidence to improve model selection for fine-tuning.
Outcome: The proposed method outperforms existing methods in translation accuracy and data efficiency.
A Cross-lingual Messenger with Keyword Searchable Phrases for the Travel Domain (C18-2)

Copied to clipboard

Challenge: Query Translator is a cross-lingual messaging app for the travel domain that automatically translates conversations . the application addresses common cross-linguistic communication issues such as translation accuracy, speed, privacy and personalization.
Approach: They present a cross-lingual messaging app that automatically translates conversations while supporting keyword-to-sentence matching.
Outcome: The proposed app translates conversations while supporting keyword-to-sentence matching.
EvolveMT: an Ensemble MT Engine Improving Itself with Usage Only (2023.acl-industry)

Copied to clipboard

Challenge: EvolveMT is a method for the efficient combination of multiple machine translation engines.
Approach: They propose a method that selects the output from one engine for each segment and uses online learning techniques to predict the most appropriate system for each translation request.
Outcome: The proposed method achieves similar translation accuracy at a lower cost than selecting the best translation of each segment from all translations using an MT quality estimator.
A Semantic Uncertainty Sampling Strategy for Back-Translation in Low-Resources Neural Machine Translation (2025.acl-srw)

Copied to clipboard

Challenge: Back-translation methods rely on large-scale parallel corpora to enhance performance, but ignore the semantic quality of monolingual data.
Approach: They propose a method which prioritizes sentences with higher semantic uncertainty as training samples by computationally evaluating the complexity of unannotated monolingual data.
Outcome: The proposed method improves translation accuracy and fluency by +1.7 on all three translation tasks.
Probabilistic Bilingual Subword Segmentation with Latent Subword Alignment (2026.eacl-srw)

Copied to clipboard

Challenge: Existing methods do not consider parallel relationships, preventing translation model training.
Approach: They propose a method for learning subword correspondences in parallel sentence pairs using the EM algorithm.
Outcome: The proposed method improves translation accuracy for many tasks.
Adaptive Nearest Neighbor Machine Translation (2021.acl-short)

Copied to clipboard

Challenge: kNN-MT uses pre-trained NMT model with token-level k-nearest-neighbor retrieval to improve translation accuracy.
Approach: They propose a method that combines a pre-trained NMT model with token-level k-nearest-neighbor retrieval to improve translation accuracy.
Outcome: The proposed method outperforms the existing model on four benchmark datasets and is open-source.
Extreme Adaptation for Personalized Neural Machine Translation (P18-2)

Copied to clipboard

Challenge: Existing models that capture speaker-related variations do not include explicit information about the speaker.
Approach: They propose a method that adapts the bias of the output softmax to each particular user . they propose to model speaker-related variations as an additional bias vector in the softmax layer .
Outcome: The proposed technique improves translation accuracy and better reflection of speaker traits in target text.
DUAL-REFLECT: Enhancing Large Language Models for Reflective Translation through Dual Learning Feedback Mechanisms (2024.acl-short)

Copied to clipboard

Challenge: Existing self-reflection methods lack effective feedback information, limiting the translation performance of large language models (LLMs).
Approach: They propose a framework that leverages the dual learning of translation tasks to provide effective feedback, thereby enhancing the models’ self-reflective abilities and improving translation performance.
Outcome: The proposed framework improves the models’ self-reflective abilities and improves translation accuracy and eliminating ambiguities across translation tasks.
Multilingual Neural Machine Translation with Language Clustering (D19-1)

Copied to clipboard

Challenge: Existing work on multilingual neural machine translation has been neglected due to its burdensome training process.
Approach: They develop a framework that clusters languages into different groups and trains one multilingual model for each cluster.
Outcome: The proposed model reduces the cost of training and improves translation accuracy.
Extract and Attend: Improving Entity Translation in Neural Machine Translation (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to improve entity translation in Neural machine translation still suffer from inaccurate translation of entities due to the lack of entity training instances.
Approach: They propose an extract-and-tend approach to enhance entity translation in NMT by extracting entities from a dictionary and attending to them with a prefix.
Outcome: Experiments on En-Zh and En-Ru show that the proposed approach improves translation accuracy and translation quality.
On Measuring Context Utilization in Document-Level MT Systems (2024.findings-eacl)

Copied to clipboard

Challenge: Current studies on document-level translation evaluation focus on sentence-level models which are inadequate for capturing improvements in discourse phenomena.
Approach: They propose to complement accuracy-based evaluation with measures of context utilization.
Outcome: The proposed model can be used to handle context-dependent discourse phenomena using an automatic annotation tool.
Uncertainty Quantification for Evaluating Gender Bias in Machine Translation (2026.findings-eacl)

Copied to clipboard

Challenge: Existing models can reproduce existing social inequalities but cannot be reduced.
Approach: They propose that models should maintain uncertainty when input is ambiguous to avoid reinforcing biases.
Outcome: The proposed model can detect gender bias when translated to ambiguous and unambiguous sources and shows that it does not correlate with high translation accuracy and debiases the two cases differently.
DialSQL: Dialogue Based Structured Query Generation (P18-1)

Copied to clipboard

Challenge: Recent advances in deep learning and semantic parsing have improved the translation accuracy of natural language questions to structured queries.
Approach: They propose a dialogue-based structured query generation framework that leverages human intelligence to boost performance of existing algorithms via user interaction.
Outcome: The proposed framework improves on a WikiSQL dataset from 61.3% to 69.0% using only 2.4 validation questions per dialogue.
Learning Confidence for Transformer-based Neural Machine Translation (2022.acl-long)

Copied to clipboard

Challenge: A well-calibrated confidence estimate is not sufficient for neural machine translation (NMT) where probabilities from softmax distribution fail to describe when the model is probably mistaken.
Approach: They propose an unsupervised confidence estimate learning jointly with the training of a neural machine translation model to quantify confidence.
Outcome: The proposed model outperforms standard label smoothing and can predict failures in two real-world scenarios.
Bridging Linguistic Typology and Multilingual Machine Translation with Multi-View Language Representations (2020.emnlp-main)

Copied to clipboard

Challenge: Recent studies consider linguistic typology as a potential source of knowledge to support multilingual natural language processing (NLP) tasks.
Approach: They propose to fuse both views using canonical correlation analysis and use it to infer typological features and language phylogenies to construct a multi-view language vector space for multilingual machine translation.
Outcome: The proposed model achieves competitive translation accuracy in multilingual machine translation tasks without expensive retraining of massive multilingual or ranking models.
What It Takes to Achieve 100% Condition Accuracy on WikiSQL (D18-1)

Copied to clipboard

Challenge: despite of its simplicity, none of the publicly reported structured query generation models can achieve an accuracy beyond 62%, which is far from enough for practical use.
Approach: They propose a model that can achieve 88.6% condition accuracy on WikiSQL . they ask: why is the accuracy still low for such simple queries?
Outcome: The proposed solution can reach up to 88.6% condition accuracy on the WikiSQL dataset.
Science Across Languages: Assessing LLM Multilingual Translation of Scientific Papers (2026.findings-eacl)

Copied to clipboard

Challenge: a large number of scientific journals are published exclusively in English . this creates barriers for non-native English speakers to access scientific knowledge .
Approach: They propose a way to translate scientific articles while preserving native JATS XML formatting.
Outcome: The proposed approach shows that the key scientific details are accurately conveyed.
Improving Multilingual Sign Language Translation with Automatically Clustered Language Family Information (2025.coling-main)

Copied to clipboard

Challenge: Recent research has focused on bilingual translation models, but multilingual sign language translation presents unique challenges due to the diversity of sign languages across nations.
Approach: They propose a method that leverages sign language families to improve MSLT performance.
Outcome: The proposed approach can achieve balance between translation accuracy and computational cost by regulating the number of language families.
Adaptive Weighting for Neural Machine Translation (C18-1)

Copied to clipboard

Challenge: Existing weighted sum models (WSMs) take inputs and generate one output, but they are independent of each other and are fixed for all inputs.
Approach: They propose adaptive weighting for WSMs to control the contribution of each input and output state.
Outcome: The proposed weighting improves translation accuracy by 1.49 and 0.92 BLEU points on Chinese-to-English translation and English-to German translation tasks.
Unlocking Parameter-Efficient Fine-Tuning for Low-Resource Language Translation (2024.findings-naacl)

Copied to clipboard

Challenge: Parameter-efficient fine-tuning (PEFT) methods are important in low-resource language (LRL) Neural Machine Translation (NMT) but their practical effectiveness varies significantly across different languages.
Approach: They evaluated the performance of 8 parameters-efficient fine-tuning methods with 15 architectures using the SacreBLEU score.
Outcome: The Houlsby+Inversion adapter outperforms the baseline architectures in both in-domain and out-domain tests and the Houlson+Inverter achieves the best performance overall.
Manifold Adversarial Augmentation for Neural Machine Translation (2021.findings-acl)

Copied to clipboard

Challenge: Recent studies show that NMT models can drop significantly when small perturbations are added to input sentences.
Approach: They propose a data augmentation approach to sample sentences from the vicinity distributions in higher-level representations.
Outcome: The proposed method improves translation accuracy on training samples from higher-level representations.
MT-GenEval: A Counterfactual and Contextual Dataset for Evaluating Gender Accuracy in Machine Translation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing benchmarks have limited diversity in terms of gender phenomena, sentence structure, or language coverage.
Approach: They propose a benchmark to evaluate gender accuracy in translation from English into eight widely-spoken languages.
Outcome: The proposed benchmark provides realistic, gender-balanced, counterfactual data in eight language pairs where the gender of individuals is unambiguous in the input segment.
Adaptive Policy with Wait-k Model for Simultaneous Translation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to simultaneous machine translation require a robust read/write policy . a standalone multi-path wait-k model performs competitively with adaptive policies .
Approach: They propose a more flexible approach by decoupling the adaptive policy model from the translation model.
Outcome: The proposed approach outperforms baseline approaches in translation tasks.
Multi-Task Learning with Shared Encoder for Non-Autoregressive Machine Translation (2021.naacl-main)

Copied to clipboard

Challenge: Existing non-autoregressive machine translation models have shown significant inference speedup but suffer from inferior translation accuracy.
Approach: They propose to use AT as an auxiliary task to transfer AT knowledge to NAT models by knowledge distillation.
Outcome: The proposed method achieves significant improvements over baseline non-Autoregressive machine translation models on WMT14 En-De and WMT16 En-Ro datasets.
Contextual Label Projection for Cross-Lingual Structured Prediction (2024.naacl-long)

Copied to clipboard

Challenge: Prior work favors simplified label translation or relying on word-level alignments for label projection.
Approach: They propose a novel approach CLaP which translates text to target language and performs *contextual translation* on the labels using the translated text as the context.
Outcome: The proposed approach improves translation accuracy on two prediction tasks and shows 2.4 F1 improvement for EAE and 1.4 F1 for named entity recognition.
Large Language Model for Multi-Domain Translation: Benchmarking and Domain CoT Fine-tuning (2024.findings-emnlp)

Copied to clipboard

Challenge: Achieving consistent high-quality machine translation across diverse domains remains a challenge due to limited and imbalanced parallel training data available in various domains.
Approach: They propose a domain Chain of Thought technique that uses the multi-domain intelligence of LLMs to improve translation performance.
Outcome: The proposed method achieves significant improvements in translation accuracy and domain robustness over traditional fine-tuning on a small dataset of four domains.
On Creating an English-Thai Code-switched Machine Translation in Medical Domain (2024.findings-emnlp)

Copied to clipboard

Challenge: despite advances in English-Thai MT, common MT approaches often underperform in the medical field due to their inability to precisely translate medical terminologies.
Approach: They propose to maintain medical terminology in English within translated text through code-switched translation.
Outcome: The proposed method shows that medical professionals prefer CS translations that maintain critical English terms accurately, even if it slightly compromises fluency.
Non-Parametric Unsupervised Domain Adaptation for Neural Machine Translation (2021.findings-emnlp)

Copied to clipboard

Challenge: kNN-MT is a non-parametric method that uses nearest neighbor retrieval to translate out-of-domain sentences, rare words, etc.
Approach: They propose a framework that directly uses in-domain monolingual sentences to build an effective datastore for k-nearest-neighbor retrieval.
Outcome: The proposed framework improves translation accuracy with target-side monolingual data while achieving comparable performance with back-translation.
Rethinking Zero-shot Neural Machine Translation: From a Perspective of Latent Variables (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to achieve zero-shot translation suffer from spurious correlations between output language and language invariant semantics.
Approach: They propose a method that denoizes the autoencoder objective based on pivot language into traditional training objective to improve translation accuracy on zero-shot directions.
Outcome: The proposed method eliminates spurious correlations and outperforms state-of-the-art methods on two benchmark machine translation datasets.
A Query-Response Framework for Whole-Page Complex-Layout Document Image Translation with Relevant Regional Concentration (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for document image translation rely on the vanilla encoder-decoder paradigm . a novel dynamic aggregation mechanism is designed to enhance the text semantics in query features toward translation.
Approach: They propose a Query-Response DIT framework that reformulates the DIT task into a parallel response/translation process of multiple queries.
Outcome: The proposed framework improves translation quality on four translation directions on three benchmarks.
Large Language Models for Persian-English Idiom Translation (2025.naacl-long)

Copied to clipboard

Challenge: Large language models have shown superior capabilities in translating figurative language compared to neural machine translation systems.
Approach: They evaluate LLMs, NMTs and their combinations using PersianIdioms datasets . they find that automatic evaluation methods like BLEU and BERTScore are effective .
Outcome: The proposed model performs better in both directions than other models.
Beyond BLEU:Training Neural Machine Translation with Semantic Similarity (P19-1)

Copied to clipboard

Challenge: Recent work has shown that optimizing neural machine translation systems to directly improve evaluation metrics such as BLEU can improve final translation accuracy.
Approach: They propose a reward function that assigns partial credit to BLEU and provides more diversity in scores than BLUE.
Outcome: The proposed reward function improves translation accuracy, semantic similarity, and human evaluation on four languages trans-lated to English and the optimization procedure converges faster.
On the Complementarity between Pre-Training and Random-Initialization for Resource-Rich Machine Translation (2022.coling-1)

Copied to clipboard

Challenge: Pre-Training (PT) of text representations has been successfully applied to low-resource Neural Machine Translation (NMT) however, it often fails to achieve notable gains on resource-rich NMT on par with its Random-Initialization (RI) counterpart.
Approach: They propose to combine pre-training and random-initialization techniques to achieve significant improvements in NMT.
Outcome: The proposed model fusion algorithm can achieve significant improvements on two resource-rich translation benchmarks.
Jointly Learning to Align and Translate with Transformer Models (D19-1)

Copied to clipboard

Challenge: Existing word alignment models are not accurate for word alignments.
Approach: They propose a method to train a Transformer model to produce accurate translations and alignments.
Outcome: The proposed model outperforms GIZA++ trained models on translation and alignment tasks while maintaining translation accuracy.
A Test Set for Discourse Translation from Japanese to English (2020.lrec-1)

Copied to clipboard

Challenge: Compared with a previous study on test sets for English-to-French discourse translation, we needed different approaches because Japanese has zero pronouns and represents different senses in different characters.
Approach: They used a test set for Japanese-to-English discourse translation to evaluate the power of context-aware machine translation.
Outcome: The results show that the translation accuracy of Japanese-to-English discourse translation is improved by using context-aware neural machine translation.
NüshuRescue: Reviving the Endangered Nüshu Language with AI (2025.coling-main)

Copied to clipboard

Challenge: Nüshu is a rare syllabic script used by Yao women in china for self-expression . a lack of data makes the reconstruction labor-intensive and costly .
Approach: They propose an AI-driven framework to train large corpora on endangered languages . Nüshu is a rare syllabic script used by Yao women in china for self-expression .
Outcome: NüshuRescue automates evaluation and expands target corpora to accelerate linguistic revitalization.
Machine Translation Hallucination Detection for Low and High Resource Languages using Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for detecting hallucinations in machine translation are limited for low-resource languages.
Approach: They evaluate sentence-level hallucination detection approaches using Large Language Models (LLMs) they find that the choice of model is essential for performance.
Outcome: The proposed models outperform the existing models in HRLs and LRLs on average by 0.16 MCC.
Hint-Based Training for Non-Autoregressive Machine Translation (D19-1)

Copied to clipboard

Challenge: AutoRegressive Translation models have to generate tokens sequentially during decoding and thus suffer from high inference latency.
Approach: They propose to use hidden states and word alignments to help train NART models.
Outcome: The proposed model improves on the WMT14 En-De and De-En datasets but is faster in inference than the current models.
Addressing Entity Translation Problem via Translation Difficulty and Context Diversity (2024.findings-acl)

Copied to clipboard

Challenge: Neural machine translation systems often produce inadequate translations for named entities.
Approach: They propose a data augmentation strategy to enhance the accuracy of named entity translation by retraining the target named entity pair.
Outcome: The proposed method improves translation accuracy across test sets and terminology tests.
Variational Neural Machine Translation with Normalizing Flows (2020.acl-main)

Copied to clipboard

Challenge: Existing frameworks for learning informative latent variables are limited by limitations . existing models rely on strong assumptions on distribution of latent code .
Approach: They propose to apply a variational neural machine translation framework to a Transformer . they propose to introduce a more flexible approximate posterior based on normalizing flows .
Outcome: The proposed framework outperforms baseline models under in-domain and out-of-domain conditions.
JParaCrawl v3.0: A Large-scale English-Japanese Parallel Corpus (2022.lrec-1)

Copied to clipboard

Challenge: Existing parallel corpora for English-Japanese are limited, limiting the accuracy of machine translation models.
Approach: They propose a web-based English-Japanese parallel corpus with 21 million unique sentence pairs . this is more than twice as many as the previous corpus JParaCrawl v2.0 .
Outcome: The proposed corpus boosts the accuracy of machine translation models on various domains.
Towards Demonstration-Aware Large Language Models for Machine Translation (2024.findings-acl)

Copied to clipboard

Challenge: Large language models for machine translation often face difficulties in leveraging demonstrations to further improve their performance.
Approach: They propose a novel approach that integrates demonstration-aware training and inference strategies within the framework of tuning-based LTMs.
Outcome: The proposed model integrates demonstration-aware training and inference strategies within tuning-based LTMs.
Does Context Help Mitigate Gender Bias in Neural Machine Translation? (2024.findings-emnlp)

Copied to clipboard

Challenge: Neural machine translation models perpetuate gender bias in their training data distribution.
Approach: They examine the gender bias in Neural Machine Translation by using context-aware models to enhance translation accuracy for feminine terms and translation with non-informative context in Basque to Spanish.
Outcome: The proposed models can maintain or even amplify gender bias in translations of stereotypical professions in English and with non-informative context in Basque to Spanish.
S2ST-Omni: Hierarchical Language-Aware SpeechLLM Adaptation for Multilingual Speech-to-Speech Translation (2026.findings-acl)

Copied to clipboard

Challenge: S2ST-Omni integrates a speech-to-text frontend with a modular, plug-and-play text-tospeech backend.
Approach: They propose a compositional S2ST framework that integrates a speech-to-text frontend with a modular, plug-and-play text-tospeech backend.
Outcome: The proposed framework outperforms existing frameworks in translation and synthesis . it integrates a speech-to-text translation frontend with a plug-and-play text-tospeech backend .
Toward Global AI Inclusivity: A Large-Scale Multilingual Terminology Dataset (GIST) (2025.findings-acl)

Copied to clipboard

Challenge: Despite advances in machine translation, domain-specific terminology translation remains challenging.
Approach: They propose a large-scale multilingual AI terminology dataset that combines LLMs for extraction with human expertise for translation.
Outcome: The proposed framework combines human translation expertise with LLMs to improve translation accuracy and improve BLEU and COMET scores.
Multi-perspective Alignment for Increasing Naturalness in Neural Machine Translation (2025.acl-long)

Copied to clipboard

Challenge: Neural machine translation systems amplify lexical biases, rendering outputs artificially impoverished . Attempts to increase naturalness in NMT can fall short in terms of content preservation .
Approach: They propose a method that rewards both naturalness and content preservation . they use multiple perspectives to produce more natural translations .
Outcome: The proposed method produces translations that are lexically richer and exhibit more properties of human-written language without loss in translation accuracy.
AfroCS-xs: Creating a Compact, High-Quality, Human-Validated Code-Switched Dataset for African Languages (2025.acl-long)

Copied to clipboard

Challenge: AfroCS-xs is a low-quality dataset for code-switching in multilingual communities . code-witching is prevalent in multicultural societies but lacks high-quality data for model development .
Approach: They propose to use human-validated synthetic code-switched datasets to generate code-witched sentences for four African languages and English within a specific domain—agriculture.
Outcome: The proposed model improves translation accuracy on the high-quality dataset for four African languages and English within a specific domain—agriculture.
DrFrattn: Directly Learn Adaptive Policy from Attention for Simultaneous Machine Translation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to learn read/write policies from attention mechanism may compromise effectiveness of attention mechanism .
Approach: They propose a method that directly learns adaptive policies from the attention mechanism . experimental results demonstrate that the method achieves an improved balance between translation accuracy and latency.
Outcome: The proposed method achieves improved balance between translation accuracy and latency.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations